home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 262
/
SOMC Family Forum 262.iso
/
Xtras
/
Behavior Library.cst
/
00038_Video Rewind.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
Text File
|
1997-11-17
|
792 b
|
28 lines
-- Video Rewind MouseUp
-- behavior library version 1.1
-- a control
-- use in combination with Button PushButton to create a better control button.
property videoSprite -- the sprite number that is getting controlled
on mouseUp me
set the movietime of sprite the VideoSprite of me = 0
end
on getPropertyDescriptionList
set p_list = [ #videoSprite: [ #comment: "Video Sprite Channel:", #format: #integer, #default: 1 ] ]
return p_list
end
on getBehaviorDescription
return "Rewinds a digital video sprite in the current frame. Attach to a button with the appropriate label." & RETURN & "PARAMETERS:" & RETURN & "ΓÇó Video Sprite - Enter the number of the sprite channel in which the video is displayed."
end